home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / jumpingrope.swf / scripts / frame_1 / PlaceObject2_741_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-10-01  |  291b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.getBytesLoaded() != _root.getBytesTotal())
  3.    {
  4.       loaded = _root.getBytesLoaded();
  5.       total = _root.getBytesTotal();
  6.       _root.txtPercent = Math.round(loaded / total * 100) + "%";
  7.    }
  8.    else
  9.    {
  10.       _root.gotoAndPlay(2);
  11.    }
  12. }
  13.